-
Notifications
You must be signed in to change notification settings - Fork 21
Modular Vpro deployment in EIM #1320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3cbb6b9 to
2a37e93
Compare
| limits: | ||
| memory: "64Gi" | ||
| cpu: "64" | ||
| infra-external: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DM Manager, RPS and MPS settings for vPRO are currently included in infra-external alongside other external components, this profile should configure only those to be enabled with the others disabled
| tenant-config: | ||
| enabled: {{ index .Values.argo "infra-core" "tenant-config" "enabled" }} | ||
|
|
||
| enabled: {{ dig "infra-core" "tenant-config" "enabled" false .Values.argo }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add the same to the infra-external.tpl application as well for vPRO components. At the moment, it includes enabled flags for the loca components but not the vPRO ones.
Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
Add enable field for each EIM services Signed-off-by: Srinivasamurthy, Ramakrishna <ramakrishna.srinivasamurthy@intel.com>
be2041c to
7ea99bf
Compare
Description
Please include a summary of the changes and the related issue. List any dependencies that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: